home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / drivers / atiw3256.zip / INSTALL.BAT next >
DOS Batch File  |  1991-02-26  |  1KB  |  49 lines

  1. @echo off
  2. if () == (%1) goto NO_ARG
  3. cls
  4. echo         ******** ATI Technologies Windows 3.0 Drivers ********
  5. echo .
  6. echo   This batch file will conveniently extract all of the Windows drivers
  7. echo to a diskette. This will enable you to use the Windows SETUP program
  8. echo to install the drivers. NOTE: It is *NOT* necessary to re-install
  9. echo Windows to install the drivers.
  10. echo . 
  11. echo         Please ensure that you have a blank/formatted
  12. echo                diskette ready before you continue.
  13. echo . 
  14. pause
  15. if (a:) == (%1) goto FDISK
  16. if (b:) == (%1) goto FDISK
  17. echo ERROR: Invalid drive specified.
  18. echo You must use drive A: or B:
  19. goto DONE
  20.  
  21. :FDISK
  22. cls
  23. echo Please insert a blank diskette into the drive you specified.
  24. echo If you do not have a diskette ready, press Ctrl-C to abort.
  25. pause
  26. windrv  %1
  27. echo . 
  28. echo The Windows driver diskette has been successfully created!
  29. echo . 
  30. echo Please read the README.WIN file on the diskette for further
  31. echo               installation instructions.
  32. echo .
  33. goto DONE
  34.  
  35. :NO_ARG
  36. echo . 
  37. echo This batch file needs to know what drive
  38. echo you wish to install the files on.
  39. echo The drivers MUST be copied to diskette.
  40. echo .
  41. echo      ┌─────────────────────────┐
  42. echo         │ Usage: INSTALL [drive]: │
  43. echo         └─────────────────────────┘
  44. echo . 
  45. echo             Example: INSTALL A:
  46.  
  47. :DONE
  48. echo  
  49.